setUserAnimationInProgress

abstract fun setUserAnimationInProgress(inProgress: Boolean)

Tells the map rendering engine that the animation is currently performed by theuser (e.g. with a `setCamera` calls series). It adjusts the engine for the animation use case.In particular, it brings more stability to symbol placement and rendering.

Parameters

inProgress

The `boolean` value representing if user animation is in progress